home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TBYPASSFORM / TBYPASSFORM.txt
Text File  |  2010-10-15  |  2KB  |  115 lines

  1. object BypassForm: TBypassForm
  2.   Left = 214
  3.   Top = 175
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Bypass'
  6.   ClientHeight = 328
  7.   ClientWidth = 581
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Microsoft Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object CancelButton: TTntButton
  22.     Left = 504
  23.     Top = 302
  24.     Width = 75
  25.     Height = 23
  26.     Caption = '&Cancel'
  27.     ModalResult = 2
  28.     TabOrder = 6
  29.   end
  30.   object OKButton: TTntButton
  31.     Left = 425
  32.     Top = 302
  33.     Width = 75
  34.     Height = 23
  35.     Caption = '&OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 5
  39.   end
  40.   object AddButton: TTntButton
  41.     Left = 3
  42.     Top = 302
  43.     Width = 72
  44.     Height = 23
  45.     Caption = 'Add...'
  46.     TabOrder = 1
  47.   end
  48.   object EditButton: TTntButton
  49.     Left = 78
  50.     Top = 302
  51.     Width = 72
  52.     Height = 23
  53.     Caption = 'Edit...'
  54.     Enabled = False
  55.     TabOrder = 2
  56.   end
  57.   object DeleteButton: TTntButton
  58.     Left = 153
  59.     Top = 302
  60.     Width = 72
  61.     Height = 23
  62.     Caption = 'Delete'
  63.     Enabled = False
  64.     TabOrder = 3
  65.   end
  66.   object List: TExtListViewManagement
  67.     Tag = 1
  68.     Left = 0
  69.     Top = 0
  70.     Width = 581
  71.     Height = 297
  72.     RowSelect = True
  73.     AutoColumnSort = acsSortToggle
  74.     AutoSortStyle = assDefault
  75.     NoColumnResize = False
  76.     ShowSortArrows = True
  77.     Align = alTop
  78.     Columns = <
  79.       item
  80.         Caption = 'Type'
  81.         Width = 80
  82.       end
  83.       item
  84.         Caption = 'Item'
  85.         Width = 200
  86.       end
  87.       item
  88.         Caption = 'Comment'
  89.         Width = 240
  90.       end>
  91.     ReadOnly = True
  92.     HideSelection = False
  93.     MultiSelect = True
  94.     PopupMenu = ConfigForm.ListViewPopup
  95.     TabOrder = 0
  96.     ViewStyle = vsReport
  97.     ButtonAdd = AddButton
  98.     ButtonEdit = EditButton
  99.     ButtonDelete = DeleteButton
  100.     OnItemDisplay = ListItemDisplay
  101.     OnItemAdd = ListItemAdd
  102.     OnItemEdit = ListItemEdit
  103.     OnItemDelete = ListItemDelete
  104.   end
  105.   object TextFileButton: TTntButton
  106.     Left = 228
  107.     Top = 302
  108.     Width = 72
  109.     Height = 23
  110.     Caption = 'Text File...'
  111.     TabOrder = 4
  112.     OnClick = TextFileButtonClick
  113.   end
  114. end
  115.